home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3 / CHAPTER6 / LODMENUI.H < prev    next >
Text File  |  1996-01-27  |  397b  |  14 lines

  1. #define IDM_EXIT           100
  2. #define IDM_ABOUT          200
  3.  
  4. #define IDM_FIRST          300
  5. #define IDM_SECOND         301
  6.  
  7. #define MAXMENUNAMES       100
  8.  
  9. LRESULT CALLBACK WndProc  (HWND, UINT, WPARAM, LPARAM);
  10. LRESULT CALLBACK About    (HWND, UINT, WPARAM, LPARAM);
  11.  
  12. VOID AppendMemory( LPTSTR lpDest, LPTSTR lpSource, int nBytes, 
  13.                    BOOL bReset, BOOL bConvert );
  14.